mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 06:41:54 +01:00
Update API Schema
This commit is contained in:
parent
e9b2679418
commit
1a7e4ed236
@ -1 +1 @@
|
||||
Subproject commit 19f20f5154f0eced6288ff56cac840025ee51da1
|
||||
Subproject commit cde4677575f8e133ac764663e131c80fc891d545
|
@ -1,4 +1,5 @@
|
||||
using FabAccessAPI;
|
||||
using NUnit.Framework;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
@ -11,6 +12,7 @@ namespace FabAccessAPI_Test
|
||||
public const int TESTSERVER_PORT = 59661;
|
||||
public const string PASSWORD = "secret";
|
||||
|
||||
[TestCase("Testuser")]
|
||||
public static ConnectionData CreateConnetionData(string username)
|
||||
{
|
||||
ConnectionData connectionData = new ConnectionData()
|
||||
|
2
external/NFC
vendored
2
external/NFC
vendored
@ -1 +1 @@
|
||||
Subproject commit e79b6aace26c8b362a5f450345a67ba700f06805
|
||||
Subproject commit a6479be14e86add7a84b3a1a502608a665ec51f0
|
Loading…
x
Reference in New Issue
Block a user