Skip to content

Commit 80760e0

Browse files
authored
Change test port
1 parent f732b18 commit 80760e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ mod tests {
125125
})
126126
.configure(config::app::config_services)
127127
})
128-
.bind("localhost:8000".to_string()).unwrap()
128+
.bind("localhost:8001".to_string()).unwrap()
129129
.run();
130130

131131
assert_eq!(true, true);

0 commit comments

Comments
 (0)